Gets or sets Accept header field. The Accept header field is used to indicate acceptable message Internet media types in the request body.
The header field describes media types using the format type/sub-type commonly used in the Internet.
If not present, the assumed acceptable request body format is application/sdp. The wildcard "*" can be used to specify all subtypes.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string Accept { get; set; }Public Property Accept As String
Get
Set
Property Value
Type:
StringThe accept.
See Also